home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / jetsons / jetsons.exe / jetsons.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-11-19  |  351 b   |  11 lines

  1. on HideShipSprite
  2.   global theFirstShipChannel, theLastShipChannel, theLastSpriteXs, theLastSpriteYs
  3.   set theLastSpriteXs to []
  4.   set theLastSpriteYs to []
  5.   repeat with h = theFirstShipChannel to theLastShipChannel
  6.     add(theLastSpriteXs, the locH of sprite h)
  7.     add(theLastSpriteYs, the locV of sprite h)
  8.     puppetSprite(h, 0)
  9.   end repeat
  10. end
  11.